home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS18.ADF / Progs / SetKey / ReadMe.DOC < prev    next >
Text File  |  1989-01-27  |  5KB  |  77 lines

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *                       SetKey KeyMap Editor                              *
  4.  *                         Version 1.0 Demo                                *
  5.  *                       For WB1.2 with the CLI                            *
  6.  *                       (c) 1987 by CodeWorks                             *
  7.  *                                                                         *
  8.  *          This program is public domain & is primarily to demonstrate    *
  9.  *   the capabilities of SetKey v1.0.  The Demo program may be freely      *
  10.  *   distributed but may not be sold or modified without the consent of    *
  11.  *   the authors.                                                          *
  12.  *          If you would like to buy this product please send $25 to       *
  13.  *                                                                         *
  14.  *                                                                         *
  15.  *                    CodeWorks                                            *
  16.  *                    c/o Charles J. Carter                                *
  17.  *                    4601 Wilshire Cove                                   *
  18.  *                    Huntsville, AL 35816                                 *
  19.  *                                                                         *
  20.  **************************************************************************/
  21.  
  22. Introduction:
  23.  
  24. The Amiga seems to have no end of little known/used power which has yet to
  25. be tapped.  All of us are familiar by now with the limitations of the CLI,
  26. and many of the more intrepid souls have been working hard on new shells to
  27. help cut down on all the typing required to do much in the CLI.  Another
  28. way the excessive typing can be minimized is through the use of the
  29. keymaps, which determine the signals sent to programs by the OS whenever a
  30. key is pressed.  
  31.  
  32. The Function keys are a good example.  They are capable of sending strings
  33. (i.e. pressing F1 causes "CD DF1:" to be sent) but C=A has never provided
  34. any way for the user to tap into this power.  That's what SetKey does.  It
  35. is an easy to use utility that lets YOU put whatever you want into ANY KEY
  36. ON THE KEYBOARD!  You can create a DVORAK keyboard in just a few minutes,
  37. or map 8 different strings onto any key.  The keymap includes decoding of
  38. Control, Alt, & Shift qualifiers, or any combination, so that you may
  39. create a set of strings on your function keys that do lots of things for
  40. you.  You can enter the characters to be mapped to the keys in hex if you
  41. like, so you have complete flexibility.
  42.  
  43. There are some keymaps ready to run included in this arc file.  Copy the
  44. keymaps to devs:keymaps then setmap the one you want to see.  Check out the
  45. AUTOINDENT for ed by using the keypad enter key.  Then Check out zork stuff
  46. with the keypad giving the directions like on a compass.  The last keymap
  47. is a general purpose keymap for use with a standard WorkBench.  All where
  48. made with SetKey and can be easily changed and update to suit your needs!
  49.  
  50. This package contains a demo version of SetKey so that you can see how it
  51. works (sorry, you can't save your work with this one). The final version is
  52. done, and will be the same as the demo except the save option is active.
  53. There are three demo keymaps included that we created with SetKey, and you
  54. are welcome to use those.  They should give you some feel for how much you
  55. can do with SetKey.
  56.  
  57. Files in this package:
  58.      SetKeyDemo           -> The 1.0 Demo version of SetKey.
  59.      zorkkeys             -> A keymap especially designed to use with
  60.                              Jim Goodnow's "Z" text editor.
  61.      edkeys               -> A keymap especially for ed by C=A.
  62.      clikeys              -> A keymap with all the cli commands mapped
  63.                              to the Function Keys.
  64.      showkey              -> A little program that shows you what is mapped
  65.                              to any "string" keys.
  66.  
  67. To activate any of the kemaps in this package, you must first copy it
  68. to your DEVS:keymaps directory (copy name DEVS:keymaps) and then type
  69. "setmap name". To return to the default keymap for 1.2, type "setmap usa".
  70. Alas, 1.1 users do not have a setmap utility, so these maps only work under
  71. 1.2.
  72.  
  73.                                     Happy KeyMapping &
  74.                                     expect to hear for you soon!
  75.                                     Charles J. Carter
  76.  
  77.